Global Index
HTML5 JS API Index > WebGL Tutorials & Specs

WebGLProgram

Extends WebGLObject.

The WebGLProgram interface represents an OpenGL Program Object. The underlying object is created as if by calling glCreateProgram (OpenGL ES 2.0 §2.10.3, man page) , used as if by calling glUseProgram (OpenGL ES 2.0 §2.10.3, man page) and destroyed as if by calling glDeleteProgram (OpenGL ES 2.0 §2.10.3, man page) .

Referenced by
WebGLRenderingContextBasevalidateProgram(...)